home *** CD-ROM | disk | FTP | other *** search
- -- background: 2782 from stack: in.0
- -- bmap block id: 3213
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on showWhich which
- lock screen
- repeat with x = 1 to 2
- hide bg field x
- show bg fld which
- end repeat
- set the scroll of bg fld which to 0
- unlock screen with wipe left slowly
- end showWhich
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=4 top=60 right=192 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 8192
- -- line height: 16
- -- part name: Description
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=240 top=23 right=45 bottom=369
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Do StackInfo!
- ----- HyperTalk script -----
- on mouseUp
- stackInfo
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=4 top=23 right=45 bottom=98
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: About XNet
- ----- HyperTalk script -----
- on mouseUp
- showWhich "XNet"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=107 top=23 right=45 bottom=230
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: About StackInfo
- ----- HyperTalk script -----
- on mouseUp
- showWhich "Description"
- end mouseUp
-
-
-
- -- part 5 (field)
- -- low flags: 81
- -- high flags: 0007
- -- rect: left=4 top=60 right=192 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 8192
- -- line height: 16
- -- part name: XNet
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=377 top=23 right=45 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Install StackInfo
- ----- HyperTalk script -----
- on mouseUp
- XNetInstall "!"
- put the result
- XNetInstall
- end mouseUp
-
-